<style>
.dfl1 {background:#f6f6f6 url(/img/unet.png) 10px 3px no-repeat;}
.dfl2 {background:#f6f6f6 url(/img/pass.png) 9px 3px no-repeat;}
.dfl {width: 190px;border: 1px solid #d7d7d7;margin-top:5px;}
.dfl input {width: 153px; margin-left:35px; padding:3px;background: url() repeat-x; border:none;border-left: 1px solid #d7d7d7;}
</style>
<?if($PAGE_ID$="login")?><div style="width:180px;"><?endif?>
<center>
<div class="dfl dfl1"><input type="text" name="user" maxlength="50"/></div>
<div class="dfl dfl2"><input type="password" name="password" maxlength="50"/></div>
<input style="width: 195px; margin-top:8px;" name="sbm" type="submit" value=""/>
</center>
<div style="display:none">
<input id="rem$PAGE_ID$" type="checkbox" name="rem" value="1" checked="checked"/><label for="rem$PAGE_ID$"></label> 
<input id="hid$PAGE_ID$" type="checkbox" name="hidden" value="1" /><label for="hid$PAGE_ID$"></label>
</div>
<?if($PAGE_ID$="login")?></div><?endif?>